home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / lists / mint / l_1199 / 1611 < prev    next >
Encoding:
Internet Message Format  |  1994-08-27  |  1003 b 

  1. Subject: Re: fselect for exceptional conditions patch
  2. Date: Tue, 21 Jun 94 5:51:42 +0100
  3. From: Torsten Scherer <itschere@techfak.uni-bielefeld.de>
  4.  
  5.  I wrote:
  6.  
  7. > --- file.h.orig    Sun Jun 19 17:54:16 1994
  8. > +++ file.h    Sun Jun 19 18:31:18 1994
  9. > @@ -340,6 +340,7 @@
  10. >  #define FSTAT    (('F'<< 8) | 0)        /* handled by kernel */
  11. >  #define FIONREAD    (('F'<< 8) | 1)
  12. >  #define FIONWRITE    (('F'<< 8) | 2)
  13. > +#define FIOEXCEPT    (('F'<< 8) | 3)
  14. >  #define TIOCGETP    (('T'<< 8) | 0)
  15. >  #define TIOCSETN    (('T'<< 8) | 1)
  16. >  #define TIOCGETC    (('T'<< 8) | 2)
  17.  
  18.  Oh dear, looks like both (('F'<<8)|3) and (('F'<<8)|4) are already defined
  19. by the mintlib and used in MinixFS! Does:
  20.  
  21. > +#define FIOEXCEPT    (('F'<< 8) | 5)
  22.  
  23.  sound like a saver value? And why didn't I look there before? ;)
  24.  
  25. ciao,
  26. TeSche
  27. -- 
  28. Torsten Scherer (TeSche, Schiller...)
  29. Faculty of Technology, University of Bielefeld, Germany, Europe, Earth...
  30. | Use any of "finger itschere@129.70.131.2-15" for adresses and more.    |
  31. | Last updated: 14. April 1994.                        |
  32.